Skip to content

Update dependency upgrades - non-major#725

Merged
karlhorky merged 7 commits intomainfrom
renovate/dependency-upgrades-non-major
Apr 29, 2026
Merged

Update dependency upgrades - non-major#725
karlhorky merged 7 commits intomainfrom
renovate/dependency-upgrades-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 25.2.325.6.0 age confidence
algoliasearch (source) 5.48.15.50.2 age confidence
listr2 10.1.010.2.1 age confidence
pnpm (source) 10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc10.33.0 age confidence
prettier (source) 3.8.13.8.3 age confidence
stylelint (source) 17.2.017.8.0 age confidence
top-user-agents (source) 2.1.942.1.108 age confidence
typescript-eslint (source) 8.55.08.59.0 age confidence
vitest (source) 4.0.184.1.5 age confidence

Release Notes

algolia/algoliasearch-client-javascript (algoliasearch)

v5.50.2

Compare Source

v5.50.1

Compare Source

v5.50.0

Compare Source

v5.49.2

Compare Source

v5.49.1

Compare Source

v5.49.0

Compare Source

v5.48.2

Compare Source

listr2/listr2 (listr2)

v10.2.1

Compare Source

listr2 10.2.1 (2026-03-02)

Bug Fixes
  • deps: update node all minor dependency updates (00b2d66)

v10.2.0

Compare Source

listr2 10.2.0 (2026-03-02)

Features

v10.1.2

Compare Source

listr2 10.1.2 (2026-03-01)

Bug Fixes
  • revert logupdate to older version (96bad10)
  • update staticly passed value problem (39d184c)

v10.1.1

Compare Source

listr2 10.1.1 (2026-02-23)

Bug Fixes
  • update packages manually (306d331)
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx
prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

stylelint/stylelint (stylelint)

v17.8.0

Compare Source

It adds 3 new rules and 1 configuration property.

v17.7.0

Compare Source

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.

v17.6.0

Compare Source

It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.

  • Added: support for extending units to languageOptions (#​9166) (@​jeddy3).
  • Fixed: missing ruleMetadata when linting multiple files with overrides (#​9154) (@​kovsu).
  • Fixed: custom-property-no-missing-var-function false positives for timeline-scope and animation-timeline (#​9164) (@​splincode).

v17.5.0

Compare Source

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.

v17.4.0

Compare Source

It adds 2 options to the rules and fixes 7 bugs.

v17.3.0

Compare Source

It fixes 17 bugs. 3 related to supporting calc() in declaration-property-value-no-unknown, and 13 performance ones that make Stylelint a further 3x faster when using the rules in our standard config.

microlinkhq/top-user-agents (top-user-agents)

v2.1.108

Compare Source

v2.1.107

Compare Source

v2.1.106

Compare Source

v2.1.105

Compare Source

v2.1.104

Compare Source

v2.1.103

Compare Source

v2.1.102

Compare Source

v2.1.101

Compare Source

v2.1.99

Compare Source

v2.1.98

Compare Source

v2.1.97

Compare Source

v2.1.96

Compare Source

v2.1.95

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 4pm on thursday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) February 26, 2026 17:37
@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci Bot commented Feb 26, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Feb 26, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedtypescript-eslint@​8.55.0 ⏵ 8.59.01001007498100
Updatedlistr2@​10.1.0 ⏵ 10.2.199 -110077 -2389 -11100
Updatedtop-user-agents@​2.1.94 ⏵ 2.1.10879 +11009996 +1100
Updatedvitest@​4.0.18 ⏵ 4.1.59610079 +199 +1100
Updated@​types/​node@​25.2.3 ⏵ 25.6.01001008195 +1100
Updatedprettier@​3.8.1 ⏵ 3.8.39010097 +196100
Updatedalgoliasearch@​5.48.1 ⏵ 5.50.299 +110096 +1100 +1100
Updatedstylelint@​17.2.0 ⏵ 17.8.098 +110010098 +1100

View full report

@renovate renovate Bot force-pushed the renovate/dependency-upgrades-non-major branch 11 times, most recently from ad2baac to 6a1806d Compare March 5, 2026 20:37
@renovate renovate Bot force-pushed the renovate/dependency-upgrades-non-major branch 7 times, most recently from c6ac527 to 8dd5508 Compare March 13, 2026 01:58
@renovate renovate Bot force-pushed the renovate/dependency-upgrades-non-major branch 6 times, most recently from 9eb3701 to 74cccda Compare March 19, 2026 17:34
@renovate renovate Bot force-pushed the renovate/dependency-upgrades-non-major branch 2 times, most recently from 86d8206 to d05ae02 Compare March 25, 2026 13:11
@renovate renovate Bot enabled auto-merge (squash) April 28, 2026 21:43
@renovate renovate Bot force-pushed the renovate/dependency-upgrades-non-major branch 4 times, most recently from ba44279 to c7b2239 Compare April 29, 2026 05:07
@renovate renovate Bot force-pushed the renovate/dependency-upgrades-non-major branch from c7b2239 to 2083567 Compare April 29, 2026 05:10
@karlhorky
Copy link
Copy Markdown
Member

@copilot reapply 47be64e

Agent-Logs-Url: https://github.com/upleveled/preflight/sessions/fdc06a92-44dd-4a59-98a2-56addd806e05

Co-authored-by: karlhorky <1935696+karlhorky@users.noreply.github.com>
auto-merge was automatically disabled April 29, 2026 05:15

Head branch was pushed to by a user without write access

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot reapply 47be64e

Reapplied in ee607ff.

@karlhorky
Copy link
Copy Markdown
Member

@copilot seems like snapshot is not passing, maybe it has to do with this change?

utils: replace colorette with util.styleText

Maybe it's not disabling the coloring in CI anymore?

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 29, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Agent-Logs-Url: https://github.com/upleveled/preflight/sessions/8b9ad7c9-4b7f-43e4-8423-b86c280c77cf

Co-authored-by: karlhorky <1935696+karlhorky@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot seems like snapshot is not passing, maybe it has to do with this change?

utils: replace colorette with util.styleText
...

Confirmed from the CI logs: the snapshot mismatch was ANSI-color related. I fixed it in 3146e3c by stripping VT/ANSI control characters before snapshotting stdout and updating the stored snapshots, so the test no longer depends on whether listr2 emits color in CI.

@karlhorky
Copy link
Copy Markdown
Member

@copilot what about fixing it instead so that listr2 emits colors and we are still testing colors? Otherwise it's missing test coverage

Also, fix the conflict in pnpm-lock.yaml (should be resolved just by running pnpm install)

Agent-Logs-Url: https://github.com/upleveled/preflight/sessions/1533bcb4-0a3d-4c9c-86a0-28a68b5d74f7

Co-authored-by: karlhorky <1935696+karlhorky@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot what about fixing it instead so that listr2 emits colors and we are still testing colors? Otherwise it's missing test coverage

Also, fix the conflict in pnpm-lock.yaml (should ...

Done in 9ae88c2. I reverted the ANSI-stripping workaround, restored the colored snapshots, and forced FORCE_COLOR=1 only for the e2e preflight invocations so the snapshots still cover colored listr2 output in CI. I also ran pnpm install; pnpm-lock.yaml was already normalized on this branch, so there was no additional lockfile diff to commit.

@karlhorky
Copy link
Copy Markdown
Member

@copilot Inline the object 2x instead of creating a new identifier

Agent-Logs-Url: https://github.com/upleveled/preflight/sessions/b9515aaa-9608-4ede-93cb-7bebce69643c

Co-authored-by: karlhorky <1935696+karlhorky@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot Inline the object 2x instead of creating a new identifier

Done in 439e139. I inlined the { FORCE_COLOR: '1' } object at both call sites and also refreshed pnpm-lock.yaml from the updated manifest so the remaining lockfile conflict is resolved.

@karlhorky
Copy link
Copy Markdown
Member

@copilot check out the lockfile from main and regenerate it in this branch. That will fix the conflicts. Make sure this branch has no conflicts against main

Copilot AI and others added 2 commits April 29, 2026 06:41
Agent-Logs-Url: https://github.com/upleveled/preflight/sessions/cc38311f-7ac2-4f89-9b28-4bcd31b49054

Co-authored-by: karlhorky <1935696+karlhorky@users.noreply.github.com>
Co-authored-by: karlhorky <1935696+karlhorky@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot check out the lockfile from main and regenerate it in this branch. That will fix the conflicts. Make sure this branch has no conflicts against main

Done in c7a10ff. I checked out pnpm-lock.yaml from main, regenerated it from the merged manifest, merged main into this branch, and verified the branch is now conflict-free against main.

Comment on lines -15 to -20
interface AlgoliaObj {
types?: {
definitelyTyped?: string;
};
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use Hit type from algoliasearch instead of our own type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants